home *** CD-ROM | disk | FTP | other *** search
/ PCMania 46 / PCMania CD46_2.iso / pc / sonar96 / kcccb.dir / 00408.ls < prev    next >
Encoding:
Text File  |  1994-07-07  |  312 b   |  15 lines

  1. on Pasar
  2.   if rollOver(40) then
  3.     puppetSprite(40, 1)
  4.     set the castNum of sprite 40 to the number of cast "Right"
  5.   else
  6.     puppetSprite(40, 0)
  7.   end if
  8.   if rollOver(41) then
  9.     puppetSprite(41, 1)
  10.     set the castNum of sprite 41 to the number of cast "Left"
  11.   else
  12.     puppetSprite(41, 0)
  13.   end if
  14. end
  15.